home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / biz / dbase / SCDB_10.lha / SCDB_10 / SCDB.readme < prev    next >
Text File  |  1995-01-28  |  585b  |  22 lines

  1.  
  2. ALPHA, DEC, LINUX
  3.  
  4. !!  THE  DEFAULT  "Music.SDB" SCDB-DATABASE IS A 32 BIT BIG-ENDIAN  !!
  5. !!    BYTE ORDERING DATABASE.  USE THE BUILD-IN CONVERT FUNCTION    !!
  6.  
  7. Some   Processors   (e.g.    Intel   &   National  Semiconductor)  use
  8. little-endian  byte  ordering!   The default SCDB-database is saved in
  9. big-endian byte ordering.
  10.  
  11. Little-endian  byte  ordering  processors address the lowest byte with
  12. increasing addresses.
  13.  
  14. Example:
  15.  
  16. ADDRESS|00|01|02|03
  17. -------+--+--+--+--
  18. VALUE  |AA|BB|CC|DD     <- Big-endian byte ordering
  19.        |DD|CC|BB|AA     <- Little-endian byte ordering
  20.  
  21.  
  22.